Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2023

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) patch 7.6 -> 7.6.6 age confidence
androidx.test.espresso:espresso-core dependencies minor 3.5.1 -> 3.7.0 age confidence
androidx.test.ext:junit dependencies minor 1.1.5 -> 1.3.0 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.5.1 -> 2.9.3 age confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies minor 2.5.1 -> 2.9.3 age confidence
io.github.hoc081098:FlowExt dependencies minor 0.5.0 -> 0.8.1 age confidence
androidx.fragment:fragment-ktx (source) dependencies minor 1.5.5 -> 1.8.9 age confidence
androidx.constraintlayout:constraintlayout (source) dependencies minor 2.1.4 -> 2.2.1 age confidence
com.google.android.material:material dependencies minor 1.8.0 -> 1.13.0 age confidence
androidx.core:core-ktx (source) dependencies minor 1.9.0 -> 1.17.0 age confidence
androidx.appcompat:appcompat (source) dependencies minor 1.6.0 -> 1.7.1 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android dependencies minor 1.6.4 -> 1.10.2 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.6.4 -> 1.10.2 age confidence
org.jmailen.kotlinter plugin minor 3.13.0 -> 3.16.0 age confidence
org.jetbrains.kotlin.android (source) plugin minor 1.8.0 -> 1.9.25 age confidence
org.jetbrains.kotlin.jvm (source) plugin minor 1.8.0 -> 1.9.25 age confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) dependencies minor 1.8.0 -> 1.9.25 age confidence
com.android.library (source) plugin patch 7.4.1 -> 7.4.2 age confidence
com.android.application (source) plugin patch 7.4.1 -> 7.4.2 age confidence

Release Notes

gradle/gradle (gradle)

v7.6.6: 7.6.6

Compare Source

The Gradle team is excited to announce Gradle 7.6.6.

This is a patch release for 7.6. We recommend using 7.6.6 instead of 7.6.

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 7.6.6 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.6

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v7.6.5: 7.6.5

Compare Source

The Gradle team is excited to announce Gradle 7.6.5.

This is a patch release for 7.6. We recommend using 7.6.5 instead of 7.6.

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 7.6.5 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.5

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v7.6.4: 7.6.4

Compare Source

This is a patch release for 7.6. We recommend using 7.6.4 instead of 7.6.

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 7.6.4 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.4

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v7.6.3: 7.6.3

Compare Source

This is a patch release for 7.6. We recommend using 7.6.3 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​25781 Backport finalized task performance fix to 7.6.x
  • #​25802 Backport cgroups fix to 7.6.x

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.3 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.3

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.3.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.6.2: 7.6.2

Compare Source

This is a patch release for 7.6. We recommend using 7.6.2 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​23201 Backport dependency upgrades to 7.x
  • #​23202 Backport Scala incremental compilation fixes
  • #​23325 Backport JSoup update to resolve CVE-2022-36033
  • #​23458 Backport JUnit5 dynamic test logging bug fix
  • #​23681 Dependency graph resolution: Equivalent excludes can cause un-necessary graph mutations [backport 7.x]
  • #​23922 Backport "Use Compiler API data for incremental compilation after a failure" to 7.x
  • #​23951 Exclude rule merging: missing optimization [Backport 7.x]
  • #​24132 Extending an already resolved configuration no longer works correctly [backport 7.x]
  • #​24234 7.6.1 breaks gradle-consistent-versions
  • #​24390 Gradle 7.4 fails on multi release jar's with JDK 19 code
  • #​24439 Gradle complains about invalid tool chain - picking up the source package location - it should just ignore them [Backport]
  • #​24443 Maven artifact referenced only in dependency constraints raises IllegalStateException: Corrupt serialized resolution result [backport]
  • #​24901 Backport fix for test exception that cannot be deserialized to 7.x

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.2 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.2

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.6.1: 7.6.1

Compare Source

This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.

It fixes the following issues:

  • #​19065 Platform dependencies not possible in dependency block of test suite plugin
  • #​22688 Increased memory usage (with -p option)
  • #​22796 Building gradle itself fails during toolchain download: permission denied copying a file within .gradle/jdks
  • #​22875 Regression with 7.6: @​​pom artifact in JVM library project is no longer found
  • #​22937 Remove safe credentials reference
  • #​22973 Kotlin MPP plugin broken with Gradle 7.6 due to signature change in TestResultProcessor
  • #​23016 toolchainManagement.jvm.javaRepositories should not expose the full surface of NamedDomainObjectList
  • #​23025 Back-port toolchain related fixes to 7.6.1
  • #​23053 Auto-provisioning/auto-detection of IBM Semeru toolchains is broken with Gradle 7.6
  • #​23074 Docs: Build Lifecycle starts halfway through a point
  • #​23096 Classifiers of version catalog are discarded while copied to anothor dependency
  • #​23111 Ant closures are broken with Gradle 7.6
  • #​23178 Mention the Foojay Toolchain Resolver plugin in the Gradle manual
  • #​23215 Gradle 7.6: high memory usage (android project)
  • #​23224 Backport to 7.6.1 "Fix for Incremental compilation with modules"
  • #​23294 "Unable to make progress running work" together with --continue and failing tasks (Backport to 7.6.1)
  • #​23555 Improve Toolchain related deprecation nagging in 7.6
  • #​23894 Update EOL policy
  • #​23910 Backport trusting only full GPG keys in dependency verification [Backport 7.6.1]
  • #​23941 Typo in v7.6 docs about disabling_the_daemon
  • #​23985 Resolving of manually created configuration creates a ResolveException

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

hoc081098/FlowExt (io.github.hoc081098:FlowExt)

v0.8.1

Compare Source

Changed
Added
  • Add Flow.catchAndReturn, Flow.catchAndResume operators.
  • Add Flow.mapToResult, Flow.mapResultCatching, Flow.throwFailure operators.
Changed
  • Flow.chunked(bufferSize: Int) / Flow.bufferCount(bufferSize: Int): reduce unnecessary allocations.
Changelog relative to version [0.8.1-Beta]
  • Flow.mapResultCatching now does not catch CancellationException
    thrown from the transform lambda.

  • Kotlin 1.9.24.

v0.8.0

Compare Source

Changed
Added
  • New: Add support for Kotlin/Wasm (wasmJs target) 🎉.
Fixed
  • withLatestFrom: fix a bug where the other Flow is not cancelled after the main Flow is completed.

v0.7.5

Compare Source

Changed
  • Update dependencies

    • Kotlin to 1.9.22.
  • Optimize the implementation of flowFromSuspend and flowFromNonSuspend,
    it is just an internal change, it does not affect the public API and behavior.

v0.7.4

Compare Source

Changed
  • Update dependencies
    • Kotlin to 1.9.20.
Removed
  • Remove now-unsupported targets: iosArm32, watchosX86.
Added
  • Add Flow.plus operator, it is an alias to concatWith operator
    (thanks to @​hoangchungk53qx1).

  • Add flowFromNonSuspend, the non-suspend version of flowFromSuspend.

v0.7.3

Compare Source

Changed
  • Update dependencies

    • Kotlin to 1.9.10.
    • Gradle to 8.4.
  • Annotate Symbol and NULL_VALUE with @DelicateFlowExtApi.

Added
  • Add Flow.chunked operator, it is an alias to Flow.bufferCount operator.

  • Add Flow.pairwise(transform) operator - a variant of Flow.pairwise() operator,
    which allows the transformation of the pair of values via the transform lambda parameter.

  • Add Flow.zipWithNext() operator, it is an alias to Flow.pairwise() operator.

  • Add Flow.zipWithNext(transform) operator, it is an alias to Flow.pairwise(transform) operator.

v0.7.2

Compare Source

Changed
  • Update dependencies
    • Gradle to 8.3.
Added
  • Add Flow.ignoreElements operator.
  • Add Flow.scanWith operator.
  • Add Flow.safeCast operator (thanks to @​hoangchungk53qx1).
Fixed
  • Flow.select: avoid calling sub-selectors when the previous state is the same as the current state
    (aka. distinctUntilChanged).

v0.7.1

Compare Source

Changed
  • Update dependencies
    • Kotlin to 1.9.0.
    • KotlinX Coroutines to 1.7.3.
    • Gradle to 8.2.
Added
  • Add Flow.repeat operator.

v0.6.1

Compare Source

Changed
  • Update dependencies
    • Kotlin to 1.8.21.
    • KotlinX Coroutines to 1.7.1.
    • Gradle to 8.1.1.

v0.6.0

Compare Source

Changed
  • Update dependencies

    • Kotlin to 1.8.10.
    • KotlinX Coroutines to 1.7.0-Beta.
    • Gradle to 8.0.2.
  • Only support JS IR.

  • Supports more targets:

    • linuxArm64
    • watchosDeviceArm64
    • androidNativeArm32
    • androidNativeArm64
    • androidNativeX86
    • androidNativeX64
Added
material-components/material-components-android (com.google.android.material:material)

v1.13.0

Compare Source

New in 1.13.0!

Important

  • Required minSdkVersion is now 21 or higher, for Material and AndroidX.
  • Now built with compileSdkVersion 35, Android Gradle Plugin (AGP) 8.7.3, Gradle 8.9, and android.nonTransitiveRClass=true.
  • Material 3 Expressive has moved to the 1.14.0 versions of the library. To get a sneak peak, update to version 1.14.0-alpha04 and use the Material3Expressive themes/styles in conjunction with new components mentioned above.

Dependency Updates

Dependency Previous version New version
androidx.appcompat:appcompat 1.6.1 1.7.0
androidx.constraintlayout:constraintlayout 2.0.1 2.1.0
androidx.dynamicanimation:dynamicanimation 1.0.0 1.1.0
androidx.graphics:graphics-shapes N/A 1.0.1
com.android.tools.build:gradle 7.4.2 8.7.3

Library Updates

  • A11y
    • Include "hour" and "minute" in announcements. For example: "Not checked, Hour - 11'0 clock. double tap to select Hour". (960bb4c)
    • Move responsibility of disabling hide on scroll to HideViewOnScrollBehavior and BottomAppBar (9c33476)
    • Prevent hide on scroll when Talkback is on (d560705)
    • Add missing 'button' mention to Talkback output for close icon. (79bd7d7)
  • BottomNavigationView
    • Update catalog demo to demonstrate adaptive bottom navigation bar (76936c4)
    • Fix early return in setItemGravity() (8a4d3c6)
  • BottomSheet
    • Prevent ACTION_DOWN events on the BottomSheetHandleDragView from setting touchingScrollChild to true. (af7f254)
    • Fix keyboard animation on Android 14 (a0b4dfa)
    • Fixed main catalog demo cutting off content when screen size is too small. (005687d)
    • Remove disruptive announcement "Drag handle double tapped"for BottomSheetDragHandleView. (95025c6)
  • Carousel
    • Recyclerview children do not inherit layout direction (ca0b870)
    • Update keyline state if necessary if item size changes (52228c1)
    • Update multi-browse strategy to always have at least 1 medium item (916e908)
    • Recalculate keyline state if it doesn't match the current container size (d0f5d72)
  • Checkbox
  • Chip
    • Get default minTouchTargetSize from material attributes (436437a)
    • Add a show all Chip for a11y (8e33421)
    • Updated flow layout to correctly layout padding when in RTL. (1eaf483)
    • Fix close icon focus ripple (a7ff8c9)
  • CollapsingToolbarLayout
    • Added multiple subtitle support. (57297ae)
    • Fixed incorrect title and subtitle positioning. (8598aa6)
  • Color
    • Updated to only draw surface color under the button's stroke when the buttons are actually overlapped. (7ae12b5)
    • ColorResourcesTableCreator: Fix length encoding for utf8 strings (7c62429)
    • ColorResourcesTableCreator: Fix resource entry names (443eaa5)
    • Added M3 colors in M3 ThemeOverlay. (ede0713)
  • Dialog
    • Add m3 styles for floating toolbar and docked toolbar for dialog (1b58f5f)
    • Fixed issue with child views overflowing from the alert dialog. (1ee9a86)
  • DockedToolbar
    • Include IME in insets (834ce09)
    • Fix typo in DockedToolbar doc (0c83f50)
    • Add new demo to show fewer items (68a79d7)
    • Add docs (08a8893)
    • Adding inset padding attributes (1fd228b)
    • Create DockedToolbarLayout (51873bb)
  • FloatingActionButton
    • Fix the width calculation in the wrap_content extend strategy (1e06f7c)
    • Added medium FAB and s/m/l extended FABs to Material3. (870ace3)
    • Restored public jumpDrawablesToCurrentState method (6f41625)
    • Fixed wrong elevation per state. (f513914)
    • Improved readability. (949b057)
    • Fixed wrong elevation per state. (db7fe20)
    • Merged FABImpl and FABImplLollipop classes, since no pre-lollipop is supported. (da442be)
    • Integrated new token sets. (4a841f5)
    • Integrated to new token sets. (7e63ca1)
  • FloatingToolbar
    • Added m3 styles for buttons and theme overlays (4b9df08)
    • Integrate tokens and add m3 styles (f223b26)
    • Fix for insets handling adding insets on every onApplyWindowInsets call (3938284)
    • Floating toolbar should not enforce disappear on scroll behaviour within CoordinatorLayouts (85c4e0f)
    • Add inset handling (05f8c52)
    • Removed floating toolbar-specific icon button styles from theme overlay (7f88784)
    • Update styles to consolidate horizontal/vertical styles to a single style (b07e48b)
  • LoadingIndicator
    • Added a default static drawable, which is displayed when the animation is disabled. (f89b8af)
    • Fixed the animation no constant rotation. (1886cf0)
    • Fix handling of negative morphFraction (e169ffc)
  • MaterialButton
    • Updated the shapes of buttons when the orientation is changed. (e722464)
    • Fixed connected button groups to not morph button size. (df9074c)
    • Fixed width morph in vertical button groups. (fb81974)
    • Fixed a bug that checked state in XML was not respected. (0c5b17a)
    • Test improve memory usage when materialSizeOverlay is used. (571a196)
    • Update split button styles to lessen maker specification requirements and support consistency. (2aadbd1)
    • Add a demo to programmatically add/remove buttons in a button group. (4f55422)
    • Added a click action and toggleable control in button group demo. (8e52e94)
    • Fixed minor issues in button group demo and toggle group demo. (5161e71)
    • Added adaptation section in dev doc. (f61cea5)
    • Fixed the bug of size morph not working with layout_weight. (d791fad)
    • Added optical center feature. (2667e09)
    • Updated XML for split button examples in documentation for improved accuracy. (ede1bdc)
    • Fixed the content description in distribution demo. (d54087e)
    • Fixed the bug of size morph not working with layout_weight. (b640078)
    • Added flags to prevent unnecessary updates to child shape. (ed528c6)
    • Fixed the translationz value for hovered state of elevated button. (0c4ed7e)
    • Cleanup (8c263bb)
    • Added PopupMenu to the SplitButton demo. (7a6866c)
  • MaterialDatePicker
    • Replace the deprecated announcement API used for month navigation (6a3d13f)
    • Fix bug causing undesired screenshot changes (71bfc93)
    • Fix accessibility focus landing on first day of month after year selection (39dd3a4)
    • Translate fixed a11y announcements. (9fd5a67)
    • Fix DatePicker to use correct accessibility description for calendar/year view toggle button. (41f5079)
    • Disable next/prev button when the selected month is at the boundary (71287c6)
    • Prevent keyboard from automatically showing with TalkBack (fd2e9bc)
  • MaterialShapeDrawable
    • Update ShapeAppearanceModel.Builder to not use extra ContextThemeWrapper for shape appearance overlay due to performance concerns (990fdb4)
  • MaterialSplitButton
    • Updated Split Button to match spec and address feedback. (c1e73c8)
    • Add chevron drawable AVD to public. (08fff9f)
  • Menu
    • Fixed Dark Mode for Context Menu (93a5130)
  • NavigationRail
    • Force NavigationFrameLayout to be the available size at the minimum (12fad1d)
    • Use display cutout and system bar insets for start padding (4657afb)
    • Add attributes for expanded active indicator padding (a798a82)
    • Fix active indicator label jump when expanding (7f0a51d)
    • Add divider functionality for expanded nav rail (9496619)
  • ProgressIndicator
    • Updated to not throw exceptions for calling setIndeterminateDrawable and setDeterminateDrawable during the initialization. (64867cf)
    • Added the customization of setting the stop inidcator padding. (0b89ef4)
    • Added fraction support in track corner radius. (2e97dd6)
    • Added an track inner corner radius API. (8a23e0d)
  • Search
    • Updating centered search bar text to have 8dp content start and end padding (4070bef)
    • Added a clip bounds animation for searchview edit text (5a600a8)
    • Add a placeholder textview to Searchbar that keeps track of searchview edit text in order to gracefully fade it out in searchview collapse animation (be09936)
    • Update centering layout logic to account for padding and content insets (c2c660b)
    • Add cutout insets to SearchView toolbar (53616ad)
    • Fix animation calculations for predictive back (44eabe3)
    • Fix long centered text overlapping with menu items (9170221)
    • Updated SearchBar styling (3a5861c)
    • Add maxWidth attribute and fix SearchBar/SearchView animations to be more flexible in hierarchy (548c15c)
    • Fix issue with a custom center view pushing out centered text (04c56f6)
    • Update demos to demonstrate an example with a ConstraintLayout (6db122b)
    • Update catalog demo to optionally show searchbar menu (e85371f)
    • Add a lift on scroll color to SearchBar when used with AppBarLayout (36b285c)
    • Set alpha for toolbar button directly rather than setting through a FadeThroughDrawable (e035f38)
    • Fix centering text when set by the search view (ea01f2a)
    • Fix animation when searchbar doesn't cover whole screen (f7ba9c6)
    • Add textCentered attribute (0641ee5)
    • Fix NPE with hiding navigation icon (1dc9a1c)
    • Add a demo with 2 icons outside the searchbar (9bda9a9)
  • Shape
    • Added new attributes in Material3 themes. (447fd02)
  • Slider
    • Prevent duplicate accessibility announcements (bccfdfa)
    • Get default minTouchTargetSize from material attributes (422586e)
    • Fix label bounds for vertical slider in RTL (23957e0)
    • Centered Slider updates (781d344)
    • Add state description to VirtualView node (efea65b)
    • Add centered configuration (cd909c2)
    • Add new tick visibility modes (660423f)
    • Fixed behaviour when Slider is in a scrolling container (9302f54)
    • Improve track icon bounds calculation (54778a9)
    • remove unnecessary code (867fd01)
    • Slider, don't warn about track icons if you don't have any (b31711c)
    • Fix label pivots ([d28488d](https://redirect.github.com/material-components/

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Feb 2, 2023
@renovate renovate bot force-pushed the renovate/all-deps branch from 2b05994 to c77e45c Compare February 8, 2023 18:35
@renovate renovate bot changed the title chore(deps): update all dependencies to v1.8.10 fix(deps): update all dependencies Feb 8, 2023
@renovate renovate bot force-pushed the renovate/all-deps branch from c77e45c to 70bb5d9 Compare February 24, 2023 17:35
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Feb 24, 2023
@renovate renovate bot force-pushed the renovate/all-deps branch from 70bb5d9 to 0b36649 Compare February 27, 2023 21:03
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 9ba6ed5 to 5f3d493 Compare March 14, 2023 17:50
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 5bd5c07 to 428be33 Compare March 28, 2023 09:41
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 5de9e0e to 7b9b221 Compare April 5, 2023 19:06
@renovate renovate bot force-pushed the renovate/all-deps branch from 7b9b221 to d9426b2 Compare May 28, 2023 09:54
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from ce8f698 to 7de2342 Compare June 7, 2023 19:50
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from 3c6f51a to dc6e733 Compare July 6, 2023 08:13
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 7aee008 to f8c9b51 Compare July 26, 2023 19:24
@renovate renovate bot force-pushed the renovate/all-deps branch from f8c9b51 to 36464e1 Compare August 1, 2023 20:49
@renovate renovate bot force-pushed the renovate/all-deps branch from 36464e1 to 141b03a Compare August 13, 2023 06:21
@renovate renovate bot force-pushed the renovate/all-deps branch from 141b03a to ad96737 Compare August 23, 2023 13:33
@renovate renovate bot force-pushed the renovate/all-deps branch from ad96737 to a230196 Compare September 6, 2023 20:11
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from 721495b to 975267e Compare October 7, 2023 13:18
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from d04eed2 to 03bfc44 Compare October 30, 2023 21:15
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 95fed2f to 4a253d6 Compare July 1, 2024 19:53
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from a0c6137 to bd1e713 Compare July 24, 2024 19:06
@renovate renovate bot force-pushed the renovate/all-deps branch from bd1e713 to ab053b4 Compare September 5, 2024 01:23
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 97ae56a to 7d3efa6 Compare September 18, 2024 17:36
@renovate renovate bot force-pushed the renovate/all-deps branch from 7d3efa6 to 473be4b Compare October 2, 2024 19:31
@renovate renovate bot force-pushed the renovate/all-deps branch from 473be4b to e3c7101 Compare October 30, 2024 18:42
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 3387740 to f2e8745 Compare December 20, 2024 16:15
@renovate renovate bot force-pushed the renovate/all-deps branch from f2e8745 to a30298c Compare January 23, 2025 17:49
@renovate renovate bot force-pushed the renovate/all-deps branch from a30298c to 7cc22bb Compare January 30, 2025 17:54
@renovate renovate bot force-pushed the renovate/all-deps branch from 7cc22bb to 5d55dab Compare February 12, 2025 19:14
@renovate renovate bot force-pushed the renovate/all-deps branch from 5d55dab to 65a5916 Compare February 26, 2025 19:26
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from a2519eb to 514ee58 Compare April 9, 2025 19:55
@renovate renovate bot force-pushed the renovate/all-deps branch from 514ee58 to 5a5b24c Compare May 7, 2025 17:29
@renovate renovate bot force-pushed the renovate/all-deps branch from 5a5b24c to 55f717f Compare May 20, 2025 17:24
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from c6f01ad to 9b526a8 Compare June 4, 2025 22:28
@renovate renovate bot force-pushed the renovate/all-deps branch from 9b526a8 to a426948 Compare July 4, 2025 13:38
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from edff4b3 to 8623a87 Compare July 17, 2025 20:01
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 8e3302e to 595f9f4 Compare August 13, 2025 21:27
@renovate renovate bot force-pushed the renovate/all-deps branch from 595f9f4 to fd61836 Compare August 27, 2025 18:13
| datasource     | package                                                                 | from   | to     |
| -------------- | ----------------------------------------------------------------------- | ------ | ------ |
| gradle-version | gradle                                                                  | 7.6    | 7.6.6  |
| maven          | androidx.test.espresso:espresso-core                                    | 3.5.1  | 3.7.0  |
| maven          | androidx.test.ext:junit                                                 | 1.1.5  | 1.3.0  |
| maven          | androidx.lifecycle:lifecycle-runtime-ktx                                | 2.5.1  | 2.9.3  |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx                              | 2.5.1  | 2.9.3  |
| maven          | io.github.hoc081098:FlowExt                                             | 0.5.0  | 0.8.1  |
| maven          | androidx.fragment:fragment-ktx                                          | 1.5.5  | 1.8.9  |
| maven          | androidx.constraintlayout:constraintlayout                              | 2.1.4  | 2.2.1  |
| maven          | com.google.android.material:material                                    | 1.8.0  | 1.13.0 |
| maven          | androidx.core:core-ktx                                                  | 1.9.0  | 1.17.0 |
| maven          | androidx.appcompat:appcompat                                            | 1.6.0  | 1.7.1  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-android                        | 1.6.4  | 1.10.2 |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                           | 1.6.4  | 1.10.2 |
| maven          | org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin               | 3.13.0 | 3.16.0 |
| maven          | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 1.8.0  | 1.9.25 |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin         | 1.8.0  | 1.9.25 |
| maven          | org.jetbrains.kotlin:kotlin-stdlib-jdk8                                 | 1.8.0  | 1.9.25 |
| maven          | com.android.library:com.android.library.gradle.plugin                   | 7.4.1  | 7.4.2  |
| maven          | com.android.application:com.android.application.gradle.plugin           | 7.4.1  | 7.4.2  |
@renovate renovate bot force-pushed the renovate/all-deps branch from fd61836 to fc97413 Compare September 7, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant